invalid search criteria in jrCore_db
Installation and Configuration
Do you have the developer mode enabled?
On a side note, I see an issue with your news_slider.tpl, you'll want to change your row.blog_text variable from this:
{$row.blog_text|truncate:150:"...":false|jrCore_format_string:$row.profile_quota_id|nl2br}
to this:
{$row.blog_text|truncate:150:"...":false|jrCore_format_string:$row.profile_quota_id:null:nl2br}
that should help with the extra spaces showing up in the sliders caption area.
updated by @douglas: 10/24/15 01:40:00AM